home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0143-Re[2] Next IB vs Vi-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-20  |  1.3 KB  |  31 lines  |  [TEXT/GEOL]

  1. Item    5262887                         20-Oct-89        07:08
  2.  
  3. From:   LAI1                            Lai, Edmund
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    RE Re Next IB vs ViewEdit
  8.  
  9. The Following is a personal opinion.
  10.  
  11. Steve Burbeck wrote
  12.  
  13. >As you correctly point out, a fundamental stumbling block to describing
  14. >behavior in ViewEdit is that Object Pascal is missing some basic power that is
  15. >available in Objective-C. It needs the ability at runtime to send a message to
  16. >an object where the message name is specified by data (e.g., a string in from
  17. >'view' resource or -- consider the possibilities -- a string entered by the
  18. >user!!).
  19.  
  20. Actually there are a lot of run time information available in the MacApp
  21. runtime, especially if it is under the debug mode so that procedure and method
  22. name as still embedded as $D strings. What is described above is completely
  23. doable in the current run time system (that does not mean that it should not be
  24. made easier by change in compiler or special language tools). Of course to do
  25. so requires diving into some of the low level stuff, but MacApp provides
  26. complete source, and Mike Lockwood had written a link describing some of the
  27. low level stuff, so anyone who wishes to experiment in this area can try it
  28. themselves.
  29.  
  30.  
  31.